How to Install apt-transport-https software package in Debian 7 (Wheezy)

How to Install apt-transport-https software package in Debian 7 (Wheezy)

apt-transport-https software package provides https download transport for APT, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install apt-transport-https 

apt-transport-https is installed in your system.

Make ensure the apt-transport-https package were installed using the commands given below,

$ sudo dpkg-query -l | grep apt-transport-https *

You will get with apt-transport-https package name, version, architecture and description in a table

apt-transport-https package basic information:

Distro Debian 7 wheezy
Section Administration Utilities
Package apt-transport-https
Version 0.9.7.9+deb7u7
Description https download transport for APT
Sub Section Admin


See Also, How to uninstall or remove apt-transport-https software package from Debian 7 (Wheezy)?